home *** CD-ROM | disk | FTP | other *** search
/ Java Programmer's Toolkit / Java Programmer's Toolkit.iso / gs3.53 / gs_mro_e.ps < prev    next >
Text File  |  1996-01-10  |  3KB  |  59 lines

  1. %    Copyright (C) 1994 Aladdin Enterprises.  All rights reserved.
  2. % This file is part of Aladdin Ghostscript.
  3. % Aladdin Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author
  4. % or distributor accepts any responsibility for the consequences of using it,
  5. % or for whether it serves any particular purpose or works at all, unless he
  6. % or she says so in writing.  Refer to the Aladdin Ghostscript Free Public
  7. % License (the "License") for full details.
  8. % Every copy of Aladdin Ghostscript must include a copy of the License,
  9. % normally in a plain ASCII text file named PUBLIC.  The License grants you
  10. % the right to copy, modify and redistribute Aladdin Ghostscript, but only
  11. % under certain conditions described in the License.  Among other things, the
  12. % License requires that the copyright notice and this notice be preserved on
  13. % all copies.
  14.  
  15. % Define the MacRoman encoding vector.
  16. /currentglobal where
  17.  { pop currentglobal { setglobal } true setglobal }
  18.  { { } }
  19. ifelse
  20. /MacRomanEncoding
  21. StandardEncoding 0 39 getinterval aload pop
  22.     /quotesingle
  23. StandardEncoding 40 56 getinterval aload pop
  24.     /grave
  25. StandardEncoding 97 31 getinterval aload pop
  26. % \20x
  27.     /Adieresis /Aring /Ccedilla /Eacute /Ntilde /Odieresis /Udieresis /aacute
  28.     /agrave /acircumflex /adieresis /atilde /aring /ccedilla /eacute /egrave
  29.     /ecircumflex /edieresis /iacute /igrave
  30.     /icircumflex /idieresis /ntilde /oacute
  31.     /ograve /ocircumflex /odieresis /otilde
  32.     /uacute /ugrave /ucircumflex /udieresis
  33. % \24x
  34.     /dagger /degree /cent /sterling /section /bullet /paragraph /germandbls
  35.     /registered /copyright /trademark /acute /dieresis /.notdef /AE /Oslash
  36.     /.notdef /plusminus /.notdef /.notdef /yen /mu /.notdef /.notdef
  37.     /.notdef /.notdef /.notdef /ordfeminine /ordmasculine /.notdef /ae /oslash
  38. % \30x
  39.     /questiondown /exclamdown /logicalnot /.notdef
  40.     /florin /.notdef /.notdef /guillemotleft
  41.     /guillemotright /ellipsis /space /Agrave /Atilde /Otilde /OE /oe
  42.     /endash /emdash /quotedblleft /quotedblright
  43.     /quoteleft /quoteright /divide /.notdef
  44.     /ydieresis /Ydieresis /fraction /currency
  45.     /guilsingleft /guilsingright /fi /fl
  46. % \34x
  47.     /daggerdbl /periodcentered /quotesinglbase /quotedblbase
  48.     /perthousand /Acircumflex /Ecircumflex /Aacute
  49.     /Edieresis /Egrave /Iacute /Icircumflex
  50.     /Idieresis /Igrave /Oacute /Ocircumflex
  51.     /.notdef /Ograve /Uacute /Ucircumflex
  52.     /Ugrave /dotlessi /circumflex /tilde
  53.     /macron /breve /dotaccent /ring /cedilla /hungarumlaut /ogonek /caron
  54. 256 packedarray .defineencoding
  55. exec
  56.